@charset "UTF-8";
a:hover { color: #007dc4; }

.top {
    height: 50px;
    line-height: 50px;
    background-color: #333333;
    font-size: 16px;
    color: #c0c0c0;
}
.top a {
    color: #c0c0c0;
}
.top a:hover {
    color: #007dc4;
}
.top .info .ico-tel {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(../images/top-tel.png) no-repeat center;
    background-size: contain;
    margin-top: -1px;
}
.top .info .icon-dianhua1 {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}
.top .info span {
    letter-spacing: 1px;
    color: #e0e203;
}

.header {/* position: fixed;*/ top: 0; left: 0; height: 90px; line-height: 90px;z-index: 999; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; background: #fff; }
.header.fixed { box-shadow: 0px 0px 7px 0px rgba(6, 0, 1, 0.1); }
.header .logo { position: relative; align-items: center; height: 100%; }
.nav-list>li { float: left; font-size: 0; position: relative;margin-left: 80px;position: relative;}
.nav-list>li>a { display: block; font-size: 16px; color: #6e6f70; position: relative; vertical-align: middle; -webkit-transition: .4s color; -o-transition: .4s color; transition: .4s color; }
.nav-list>li.on>a, .nav-list>li>a:hover { color: #007dc4; }
.nav-list>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #007dc4;
    transition: transform .5s;
    transform: scale(0,1);
    transform-origin: right;
    z-index: 2;
}
.nav-list>li.on:after,
.nav-list>li:hover:after {transform: scale(1);transform-origin:left;}
.head-right {align-items: center;}
.head-qr {
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.head-qr p {margin-top: 3px;color: #666;font-size: 12px;}
@media (max-width:1440px) {
    .header .logo img { height: 60px; }
}
@media (max-width:1024px) {
    .nav-list { display: none; }
    .navTrigger { display: block;position: absolute;right: 4%;top: 85px;}
}
@media (max-width:768px) {
    .header { height: 60px; line-height: 60px; }
    .header .logo img { height: 35px; max-width: none; width: auto; }
    .wapNav { top: 60px; border-top: 1px solid #eee;}
    .header.fixed { height: 60px; line-height: 60px; }
}
@media (max-width:640px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 0 4%;
    }
    body {
        padding-top: 60px;
    }
}


/*尾部*/
.footer {
    background-color: #30343c;
}
.foot-top {
    /*padding-bottom: 90px;*/
}
.footer .foot-nav {
    /*flex: 1;*/
    padding-right: 95px;
    padding-top: 38px;
    padding-bottom: 25px;
    border-right: solid 1px #403e46;
}
.footer .foot-nav .item ~ .item {
    margin-left: 90px;
}
.footer .foot-nav .item h4 {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}
.footer .foot-nav .item h4:after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background: #0050ff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer .foot-nav .item ul li a {
    font-size: 12px;
    line-height: 30px;
    color: rgba(255,255,255,.6);
}
.footer .foot-nav .item ul li a:hover,
.footer .copyright a:hover {
    color: rgba(255,255,255,1);
}
.footer .copyright {
    padding: 15px 0;
    border-top: 1px solid #403e46;
    color: rgba(156, 156, 156, .6);
    font-size: 12px;
}
.footer .copyright a {
    color: rgba(156, 156, 156, .6);
}
.foot-qr {
    border-right: solid 1px #403e46;
    padding: 40px 85px 0;
    text-align: center;
}
.foot-qr p {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.6;
    margin-top: 10px;
}
.foot-contact {
    padding-left: 60px;
    flex: 1;
    padding-top: 40px;
}
.foot-contact .tel {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 3px;
    color: #007dc4;
    padding-left: 32px;
    background: url(../images/foot-tel.png) no-repeat left center;
    border-bottom: solid 1px #403e46;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.foot-contact .des {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.6;
}
.links {
    margin-top: 5px;
}
.links span {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #ffffff;
}
.links a {
    margin-right: 8px;
}


/*内页banner*/
.page-banner {
    position: relative;
    overflow:hidden;
}
.page-banner .pic{overflow: hidden; height: 0; padding-bottom: 26.0416%; background: #f5f5f5;}
.page-banner .pic img {
    width: 100%;
    -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
    animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;
}
.page-banner .tit {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.page-banner .tit h4 {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}
.page-banner .tit p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 30px;
}
@-webkit-keyframes SlickIn{0%{-webkit-transform: scale(1.1, 1.1)} 100%{-webkit-transform: scale(1, 1)}}
@-webkit-keyframes SlickOut{0%{-webkit-transform: scale(1, 1)} 100%{-webkit-transform: scale(.9, .9)}}
@keyframes SlickIn{0%{transform: scale(1.1, 1.1)} 100%{transform: scale(1, 1)}}
@keyframes SlickOut{0%{transform: scale(1, 1)} 100%{transform: scale(.9, .9)}}


/*首页*/
.homea {
    padding: 80px 0;
    background-color: #f0f2f5;
}
.homea .pro-side {
    width: 300px;
    background-color: #007dc4;
    border-radius: 10px 0px 0px 10px;
    padding: 28px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.homea .pro-side .tit {
    text-align: center;
    padding-bottom: 25px;
}
.homea .pro-side .tit span {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}
.homea .pro-side .tit h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}
.homea .pro-side .tit h3:after {
    content: "";
    display: block;
    margin: 12px auto 0;
    width: 9px;
    height: 5px;
    background: url(../images/cate-icon.png) no-repeat center;
    background-size: contain;
}
.homea .pro-side .cont {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 10px;
}
.pro-side-cate li {
    margin-bottom: 20px;
}
.pro-side-cate li a {
    height: 60px;
    line-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    color: #000123;
    align-items: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pro-side-cate li a:hover,
.pro-side-cate li.on a {
    background-color: rgba(0, 125, 196, .3);
}
.pro-side-cate li a i {
    display: block;
    width: 5px;
    height: 9px;
    background: url(../images/cate-side-icon.png) no-repeat center;
    background-size: contain;
}
.homea .pro-side .cont .tel {
    padding: 0 24px;
}
.homea .pro-side .cont .tel .tel-box {
    padding: 35px 0;
    border-top: 1px solid #e9e9e9;
    width: 100%;
    align-items: center;
}
.homea .pro-side .cont .tel .tel-box i {
    font-size: 40px; 
    color: #007dc4; 
    margin-right: 8px; 
}
.homea .pro-side .cont .tel .tel-box h4 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #666666;
}
.homea .pro-side .cont .tel .tel-box p {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    color: #007dc4;
    margin-top: 2px;
}
.homea .pro-right {
    flex: 1;
    padding-left: 40px;
    margin-bottom: -20px;
    overflow: hidden;
}
.pro-list .pro-item {
    margin-bottom: 20px;
}
.pro-item .abox {
    display: block;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pro-item .abox:hover {
    border-color: #007dc4;
}
.pro-item .abox .tit {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pro-item .abox:hover .tit {
    color: #007dc4;
}
.pro-item .abox .pic {
    height: 249px;
}
.pro-item .abox .pic img {
    height: 100%;
    width: auto;
}
.homeb {
    padding-top: 80px;
    padding-bottom: 90px;
    background: url(../images/bg-ys.jpg) no-repeat center;
    background-size: cover;
}
.in-tit {
    text-align: center;
    position: relative;
}
.in-tit h3 {
    font-weight: bold;
    font-size: 44px;
    line-height: 1;
    letter-spacing: 1px;
    background: linear-gradient(to right, #3eb9ff, #007dc4);
        -webkit-background-clip: text;
    color: transparent;
    position: relative;
    z-index: 2;
}
.in-tit .en {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    text-align: center;
    height: 60px;
    font-family: Montserrat-Bold;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #000000;
    opacity: 0.1;
}
.in-tit.white h3 {
    color: #fff;
}
.in-tit.white .en {
    color: #ffffff;
}
.ys-list {
    margin-top: 130px;
}
.ys-tit .item {
    text-align: center;
    width: 16.6666%;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ys-tit .item .num {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: solid 3px #ffffff;
    font-size: 48px;
    line-height: 74px;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ys-tit .item h4 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 12px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.ys-tit .item:hover .num,
.ys-tit .item:hover h4 {
    opacity: 0;
}
.ys-tit .item.on {
    /*width: 200px;*/
}
.ys-tit .item .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    height: 200px;
    background-color: #007dc4;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.ys-tit .item .cover:before {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: 240px;
    height: 240px;
    background: rgba(0, 125, 196, .2);
    border-radius: 50%;
}
.ys-tit .item .cover .tit-num {
    font-size: 48px;
    line-height: 1;
    position: relative;
}
.ys-tit .item .cover .tit-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
    position: relative;
}
.ys-tit .item.on .cover,
.ys-tit .item:hover .cover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.ys-cont {
    background: #fff;
    margin-top: 130px;
    border-bottom: 7px solid #047bbe;
    overflow: hidden;
}
.ys-cont .item {
    width: 15%;
    padding: 50px 25px 70px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    height: 245px;
}
.ys-cont .item ~ .item {
    border-left: 1px solid #c5c5c5;
}
.ys-cont .item.on {
    width: 25%;
    padding: 50px 45px;
}
.ys-cont .item h4 {
    font-size: 22px;
    line-height: 1;
    color: #4d4d4d;
    font-weight: bold;
}
.ys-cont .item h4:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #007dc4;
    margin-top: 16px;
    margin-bottom: 10px;
}
.ys-cont .item p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #666666;
}
.ys-cont .item.on h4 {
    color: #007dc4;
}
.ys-cont .item.on h4:after {
    /*margin-top: 20px;*/
}
.homec {
    padding: 80px 0;
}
.in-case {
    margin-top: 50px;
}
.in-case .case-side {
    width: 275px;
    border: 1px solid #e9e9e9;
}
.in-case .case-side .item {
    display: flex;
    height: 14.2857%;
    height: calc(100% / 7);
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.in-case .case-side .item ~ .item {
    border-top: 1px solid #e9e9e9;
}
.in-case .case-side .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, 
        #007dc4 0%, 
        #40baff 100%), 
    linear-gradient(
        #004da1, 
        #004da1);
    background-blend-mode: normal, 
        normal;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.in-case .case-side .item .tit-cn {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 2px;
    color: #000123;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.in-case .case-side .item .tit-en {
    font-family: Gotham-Book;
    font-size: 12px;
    line-height: 1;
    color: #000123;
    opacity: 0.4;
    margin-top: 8px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.in-case .case-side .item.on:before,
.in-case .case-side .item:hover:before {
    opacity: 1;
    visibility: visible;
}
.in-case .case-side .item:hover .tit-cn,
.in-case .case-side .item.on .tit-cn {
    color: #fff;
}
.in-case .case-side .item:hover .tit-en,
.in-case .case-side .item.on .tit-en {
    color: #fff;
}

.in-case .case-right {
    flex: 1;
    padding-left: 40px;
    overflow: hidden;
    margin-bottom: -18px;
}
.case-list .item {
    margin-bottom: 18px;
}
.case-list .item .pic {
    position: relative;
}
.case-list .item .pic .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.case-list .item:hover .pic .cover {
    opacity: 1;
    visibility: visible;
}
.case-list .item .tit {
    line-height: 60px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    color: #333333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.case-list .item:hover .tit {
    color: #007dc4;
    border-color: #007dc4;
}

.homed {
    padding-bottom: 95px;
}
.about-title {
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.about-title:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -231.5px;
    top: -80px;
    z-index: 2;
    width: 463px;
    height: 80px;
    background: url(../images/about-tit.png) no-repeat center;
    background-size: contain;
}
.about-title h3 {
    display: inline-block;
    width: 360px;
    text-align: center;
    line-height: 86px;
    border: 1px solid #999;
    font-size: 44px;
    letter-spacing: 4px;
    color: #333333;
    border-top: none;
    position: relative;
}
.about-title h3:before {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -26px;
    width: 48px;
    height: 42px;
    background: url(../images/about-tit2.png) no-repeat center;
    background-size: contain;
}
.about-cont {
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 36px;
    color: #505050;
}
.about-cate {
    height: 250px;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px 
        rgba(0, 0, 0, 0.1);
    border: solid 1px #ecf0f2;
}
.about-cate .item {
    width: 16.6666%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.about-cate .item ~ .item {
    border-left: 1px solid #ecf0f2;
}
.about-cate .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #007dc4;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2;
}
.about-cate .item:hover:before {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-cate .item i {
    display: inline-block;
    width: 82px;
    height: 82px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-cate .item h4 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 10px;
    position: relative;
    z-index: 3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.about-cate .item:hover i {
    background-position: -82px;
}
.about-cate .item:hover h4 {
    color: #fff;
}
.service-list {
    margin-top: 48px;
}
.service-list .item {
    width: 28.75%;
}
.service-list .item .cont {
    background: #fff;
    padding: 30px 30px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}
.service-list .item .cont:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-list .item:hover .cont:before {
    height: 115%;
    background-color: #007dc4;
}
.service-list .item .cont h4 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    color: #007dc4;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-list .item .cont h4:after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #fff;
    margin-top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-list .item:hover .cont h4:after {
    height: 30px;
    margin-top: 12px;
}
.service-list .item .cont p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    opacity: 0.9;
    margin-top: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-list .item:hover .cont h4 {
    color: #fff;
    margin-top: -32px;
}
.service-list .item:hover .cont p {
    color: #fff;
    margin-top: 10px;
}
.service-list .item .cont p span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-list .item:hover .cont p span {
    color: #e0e203;
}
.homee {
    background: url(../images/bg-service.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0;
}
.homef {
    padding-top: 90px;
    padding-bottom: 90px;
}
.news-cate {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}
.news-cate a {
    display: inline-block;
    width: 130px;
    height: 40px;
    background-color: #f5f6f7;
    border-radius: 4px;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin: 0 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-cate a.on,
.news-cate a:hover {
    background-color: #007dc4;
    color: #fff;
}
.swiper-container-in-news {
    margin-top: 50px;
}
.news-one {
    width: 43.75%;
    border: solid 1px #e9e9e9;
}
.news-two {
    width: 26.5625%;
    border: solid 1px #e9e9e9;
}
.news-one .pic {
    height: 460px;
}
.news-one .cont {
    border-top: solid 1px #e9e9e9;
    padding: 40px 40px 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-one .cont .date {
    font-size: 16px;
    line-height: 1;
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-one .cont h4 {
    font-size: 18px;
    line-height: 1;
    color: #282828;
    margin-top: 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-one .cont p {
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    margin-top: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-one .cont .more {
    display: block;
    color: #999;
    margin-top: 30px;
}
.news-one:hover .cont {
    border-color: #f6f8fa;
    background-color: #f6f8fa;
}
.news-one:hover .cont .date,
.news-one:hover .cont h4,
.news-one:hover .cont .more {
    color: #007dc4;
}
.in-news-top .pic {
    height: 282px;
}
.in-news-top .cont {
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    padding: 18px 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.in-news-top .cont h4 {
    display: block;
    font-size: 18px;
    line-height: 1.1;
    color: #282828;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.in-news-top .cont p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 25px;
    color: #81868e;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.in-news-top:hover .cont {
    background-color: #f6f8fa;
}
.in-news-top:hover .cont h4 {
    color: #007dc4;
}
.in-news-list {
    padding: 25px 25px;
}
.in-news-list li {
    line-height: 25px;
    width: 100%;
}
.in-news-list li ~ li {
    margin-top: 18px;
}
.in-news-list li a {
    font-size: 14px;
    color: #484848;
    width: 70%;
}
.in-news-list li span {
    font-size: 12px;
    color: #81868e;
}
.in-news-list li a:hover {
    color: #007dc4;
}






/*内页*/
.list-wrap {
    padding: 80px 0;
}
.list-menu {
    height: 64px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px 
        rgba(0, 67, 141, 0.15);
}
.list-menu a {
    position: relative;
    line-height: 64px;
    padding: 0 35px;
}
.list-menu a span {
    font-size: 16px;
    color: #333333;
    position: relative;
    z-index: 2;
    transition: color .5s;
}
.list-menu a.on span,
.list-menu a:hover span {
    color: #fff;
}
.list-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #007dc4;
    transition: transform .5s;
    transform: scale(0,1);
    transform-origin: right;
}
.list-menu a.on:before,
.list-menu a:hover:before {transform: scale(1);transform-origin:left;}

/*产品*/
.pro-list-wrap .pro-list {
    margin-bottom: -20px;
}
.pro-list .pro-item2 {
    margin-bottom: 20px;
}
.pro-item2 .abox {
    display: block;
    text-align: center;
}
.pro-item2 .abox .pic {
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pro-item2 .abox:hover .pic {
    border-color: #007dc4;
}
.pro-item2 .abox .tit {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.pro-item2 .abox:hover .tit {
    color: #007dc4;
}
.pro-item2 .abox .pic {
    height: 285px;
}
.pro-item2 .abox .pic img {
    height: 100%;
    width: auto;
}

/*新闻*/
.cate-bar {
    height: 70px;
    background-color: #f6f8fa;
}
.cate-bar .wp {
    height: 100%;
    align-items: center;
}
.cate-bar .mbx {
    color: #666666;
}
.cate-bar .mbx i {
    font-size: 18px;
    color: #666666;
}
.cate-list a {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background-color: #666666;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 39px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
}
.cate-list a span {
    position: relative;
    z-index: 2;
}
.cate-list a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #007dc4;
    transition: transform .5s;
    transform: scale(0,1);
    transform-origin: right;
}
.cate-list a.on:before,
.cate-list a:hover:before {transform: scale(1);transform-origin:left;}

.news-rec .item {
    width: 48.4375%;
}
.news-rec .item .pic {
    border: 1px solid #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-rec .item:hover .pic {
    box-shadow: 0 0 20px rgba(0,0,0,0.1)
}
.news-rec .item .tit {
    display: block;
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 6px;
}
.news-rec .item .date {
    font-size: 14px;
    color: #888888;
}
.news-list {
    margin-top: 70px;
    border-top: 2px solid #ddd;
}
.news-list.nopic-list {margin-top: 0;}
.news-list .item {
    border-bottom: 2px solid #ddd;
    line-height: 80px;
    padding-left: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list .item:hover {
    background-color: #f5f5f5;
}
.news-list .item .tit {
    font-size: 18px;
    color: #333333;
}
.news-list .item .date {
    font-size: 14px;
    color: #888888;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-list .item:hover .date {
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    -o-transform: translateX(-35px);
    transform: translateX(-35px);
}
.news-list .item .date i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/news-more.png) no-repeat center;
    background-size: contain;
    margin-left: 20px;
}
.news-list .item .date i.iconfont {
    background: transparent;
    font-size: 24px;
    vertical-align: middle;
    line-height: 24px;
    height: 24px;
    width: 24px;
    margin-top: -4px;
    color: #007dc4;
}

/*联系*/
.page-cont {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.page-cont .tit2 h3 {
    font-size: 32px;
    line-height: 1;
    color: #333333;
}
.page-cont .tit2 p {
    font-size: 14px;
    line-height: 25px;
    color: #696969;
    margin-top: 18px;
}
.page-cont .tel {
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 22px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    max-width: 670px;
}
.page-cont .tel .item {
    margin-right: 65px;
    align-items: center;
}
.page-cont .tel .item .des {
    padding-left: 15px;
}
.page-cont .tel .item .des h4 {
    font-family: Impact;
    font-size: 24px;
    line-height: 1;
    color: #007dc4;
}
.page-cont .tel .item .des p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    color: #696969;
    margin-top: 5px;
}
.page-cont .info-qr .info {
    line-height: 25px;
    color: #666666;
}
.page-cont .info-qr .info li {
    margin-bottom: 10px;
}
.page-cont .info-qr .info li i {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}
.page-cont .info-qr .qr {
    margin-left: 70px;
}
.page-cont .info-qr .qr li ~ li {
    margin-left: 40px;
}
.page-cont .info-qr .qr li {
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #666666;
}
.allmap {
    height: 600px;
}
.allmap img {
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
}
.contacta {
    padding: 50px 0 70px;
}
.contactb {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.innner-title {
    text-align: center;
}
.innner-title h3 {
    font-size: 40px;
    line-height: 1;
    color: #333333;
}
.innner-title h3:after {
    content: "";
    width: 46px;
    height: 2px;
    background: #007dc4;
    display: block;
    margin: 15px auto 0;
}
.innner-title.white h3 {
    color: #fff;
}
.innner-title.white h3:after {
    background: #fff;
}
.message {
    background: #fff;
    margin-top: 45px;
}
.message .pic {
    width: 50%;
}
.message .cont {
    width: 50%;
    padding: 35px 40px;
}
.message .cont .form .inp {
    height: 40px;
    border: solid 1px #e9e9e9;
    padding: 0 18px;
    margin-bottom: 25px;
}
.message .cont .form .x1 {
    width: 48%;
}
.message .cont .form .x2 {
    width: 100%;
}
.message .cont .form textarea.inp {
    padding: 10px 18px;
    height: 150px;
    margin-bottom: 0;
}
.message .cont .form .sub {
    width: 200px;
    height: 40px;
    background-color: #007dc4;
    border-radius: 4px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 50px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.message .cont .form .sub:hover {
    opacity: .9;
}


/*服务支持*/
.servicea {
    padding: 70px 0;
}
.fwzc {
    margin-top: 48px;
    height: 580px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px 
        rgba(34, 40, 43, 0.15);
    border-radius: 8px;
    padding: 40px;
    align-items: center;
}
.fwzc .cont {
    flex: 1;
    overflow: hidden;
    padding-right: 105px;
}
.fwzc .pic {
    width: 47.5%
}
.fwzc .cont h4 {
    font-size: 28px;
    line-height: 42px;
    color: #007dc4;
}
.fwzc .cont h4:after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    background: #333333;
    margin-top: 30px;
}
.fwzc .cont ul {
    margin-top: 70px;
    margin-bottom: 60px;
}
.fwzc .cont ul li {
    text-align: center;
}
.fwzc .cont ul li span {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #666666;
    margin-top: 16px;
}
.com-more-wrap {text-align: center;margin-top: 50px;}
.com-more {
    display: inline-block;
    width: 160px;
    height: 44px;
    background-color: #007dc4;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #ffffff !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.com-more:hover {
    width: 180px;
}
.serviceb {
    background: url(../images/bg-sh.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0;
}
.shfw-list {
    margin-top: 50px;
}
.shfw-list .item {
    width: 24%;
    background: rgba(255, 255, 255, .85);
    border-radius: 10px;
    text-align: center;
    padding: 40px 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.shfw-list .item:hover {
    background: rgba(255, 255, 255, 1);
}
.shfw-list .item h4 {
    font-size: 26px;
    line-height: 1;
    color: #007dc4;
    margin-top: 18px;
}
.shfw-list .item h4:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #007dc4;
    margin: 12px auto 20px;
}
.shfw-list .item p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
}
.servicec {
    padding: 70px 0;
}
.down-box {
    background-color: #f5f5f5;
    margin-top: 46px;
}
.down-box .item {
    width: 50%;
    padding: 40px;
}
.down-box .item:nth-child(2n) {
    background-color: #f9f9f9;
}
.down-box .item h4 {
    text-align: center;
    padding-bottom: 10px;
}
.down-box .item h4 span {
    display: block;
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    margin-top: 15px;
}
.down-box .item h4 span:after {
    content: "";
    display: block;
    width: 84px;
    height: 2px;
    background: #e5e5e5;
    margin: 10px auto 0;
}
.down-box .item ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}
.down-box .item ul li i {
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 30px;
}
.down-box .item ul li .pdf-icon {
    background-image: url(../images/file-icon-1.png);
}
.down-box .item ul li .file-icon {
    background-image: url(../images/file-icon-2.png);
}
.down-box .item ul li a {
    flex: 1;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}
.down-box .item ul li a:hover {
    color: #007dc4;
}
.serviced {
    padding-top: 70px;
    padding-bottom: 80px;
    background: url(../images/faq-bg.jpg) no-repeat center;
    background-size: cover;
}
.faq-list {
    margin-top: 46px;
    background: #fff;
    border: solid 1px #e5e5e5;
    border-right: none;
    border-bottom: none;
}
.faq-list .item {
    width: 33.3333%;
    height: 260px;
    border-right: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 40px;
    position: relative;
}
.faq-list .item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #007dc4;
    transition: transform .5s;
    transform: scale(0,1);
    transform-origin: right;
}
.faq-list .item:hover:before {
    transform: scale(1);
    transform-origin: left;
}
.faq-list .item h4 {
    font-size: 20px;
    line-height: 1;
    color: #333333;
}
.faq-list .item p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 16px;
}
.faq-list .item .more {
    margin-top: 42px;
}
.faq-list .item .more .date {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #999999;
}
.faq-list .item .more i {
    color: #999999;
    font-size: 22px;
    line-height: 26px;
}

/*关于*/
.abouta {
    padding-top: 70px;
    padding-bottom: 185px;
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
}
.about-intro {
    align-items: center;
    margin-top: 48px;
}
.about-intro .pic {
    width: 50%;
}
.about-intro .cont {
    flex: 1;
    padding-left: 65px;
}
.about-intro .cont h4 {
    font-size: 28px;
    line-height: 1;
    color: #007dc4;
}
.about-intro .cont h4:after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    background: #333;
    margin-top: 25px;
    margin-bottom: 25px;
}
.about-intro .cont .des {
    font-size: 16px;
    line-height: 32px;
    color: #484848;
    margin-bottom: 35px;
}
.about-intro .cont .des p ~ p {
    margin-top: 10px;
}
.aboutb {
    margin-top: -100px;
}
.about-culture {
    margin-top: 48px;
    background: url(../images/culture-bg.jpg) no-repeat center;
    background-size: cover;
    height: 660px;
}
.culture-list {
    height: 100%;
    border-right: solid 1px rgba(255, 255, 255, .3)
}
.culture-list .item {
    width: 25%;
    text-align: center;
    height: 100%;
    border-left: solid 1px rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    overflow: hidden;
} 
.culture-list .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    background-color: rgba(0, 125, 196, .8);
}
.culture-list .item:hover:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.culture-list .item .pic {
    display: inline-block;
    width: 84px;
    height: 84px;
    background-color: transparent;
    border-radius: 50%;
    margin-bottom: 38px;
    line-height: 84px;
    font-size: 0;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.culture-list .item:hover .pic {
    background: #fff;
}
.culture-list .item .pic:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 102px;
    height: 102px;
    border: dashed 1px #ffffff;
    border-radius: 50%;
}
.culture-list .item .pic i {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    vertical-align: middle;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.culture-list .item:hover .pic i {
    background-position: 0 -46px;
}
.culture-list .item h4 {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    position: relative;
}
.culture-list .item h4:after {
    content: "";
    display: block;
    width: 129px;
    height: 4px;
    background: url(../images/culture-tit.png) no-repeat center;
    background-size: contain;
    margin: 20px auto 20px;
}
.culture-list .item p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    position: relative;
}
.aboutc {
    padding: 70px 0;
}
.aboute {
    padding-top: 70px;
    padding-bottom: 80px;
}

.aboutf {
    background-color: #f8f8f8;
    padding: 80px 0;
}
.swiper-container-hzhb {
    margin-top: 48px;
}
.hzhb-item {
    position: relative;
    height: 154px;
    background-color: #ffffff;
    box-shadow: 0px 2px 14px 0px 
        rgba(237, 237, 237, 0.2);
    border-radius: 10px;
    overflow: hidden;
}
.hzhb-item .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 125, 196, .8);
    color: #fff;
    font-size: 16px;
    opacity: 0;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.hzhb-item:hover .cover {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.swiper-container-hzhb .page-swp {
    position: static;
    margin-top: 50px;
}
.page-swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #808080;
    opacity: 1;
    margin: 0 8px !important;
}
.page-swp .swiper-pagination-bullet-active {
    background: #007dc4;
}
.aboutd {
    background: url(../images/honor-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

/*关于-发展历程*/
.history-wrap {
    padding: 0 80px;
}
.swiper-container-history {
    position: relative;
    margin-top: 67px;
    box-shadow: 0px 0px 20px 0px 
        rgba(0, 0, 0, 0.15);
    overflow: visible;
}
.swiper-container-history .swiper-slide {
    height: 480px;
    background: url(../images/history-bg.jpg) no-repeat center;
    background-size: cover;
}
.swiper-container-history .swiper-slide .cont {
    flex: 1;
    padding: 100px 130px;
}
.swiper-container-history .swiper-slide .cont .year-b {
    font-size: 110px;
    line-height: 1;
    color: #007dc4;
    position: relative;
}
.swiper-container-history .swiper-slide .cont .year-b:before {
    content: "";
    position: absolute;
    left: -73px;
    top: -56px;
    width: 140px;
    height: 140px;
    background: #f5f5f5;
    border-radius: 50%;
}
.swiper-container-history .swiper-slide .cont .year-b span {
    position: relative;
}
.swiper-container-history .swiper-slide .cont .year {
    font-size: 22px;
    line-height: 25px;
    color: #333333;
    margin-top: 30px;
}
.swiper-container-history .swiper-slide .cont .des {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.swiper-container-history .swiper-slide .pic {
    width: 44.875%;
    margin-top: -20px;
    margin-right: -20px;
    position: relative;
}
.swiper-container-history .swiper-slide .pic img {
    height: 431px;
    object-fit: cover;
}
.history-year {
    background: url(../images/year-line.png) repeat-x 0 45px;
}
.history-year .wp {
    padding: 0 100px;
}
.swiper-container-year {
    padding: 45px 0 0;
}
.swiper-container-year .swiper-slide {
    text-align: center;
    width: 100px;
    margin-top: 30px;
    position: relative;
}
.swiper-container-year .swiper-slide i {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    border-radius: 50%;
}
.swiper-container-year .swiper-slide i:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #999;
}
.swiper-container-year .swiper-slide-thumb-active i {
    background-color: rgba(0, 125, 196, .5);
}
.swiper-container-year .swiper-slide-thumb-active i:before {
    background-color: #007dc4;
}
.swiper-container-year .swiper-slide h4 {
    font-size: 16px;
    line-height: 1;
    color: #333333;
}
.swiper-container-history .com-swp-btn {
    color: #6b6b6b;
    left: -80px;
}
.swiper-container-history .com-swp-next {
    left: auto;
    right: -100px;
}
.swiper-container-history .com-swp-btn.swiper-button-disabled {color: #ddd}

/*关于-荣誉*/
.honor-wrap {
    margin-top: 48px;
    padding: 0 80px;
    position: relative;
}
.swiper-container-honor .swiper-slide {
    position: relative;
    text-align: center;
}
.swiper-container-honor .swiper-slide .abox {
    background: #fff;
    padding:10px 15px;
    border-radius: 10px;
    height: 390px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-container-honor .swiper-slide .abox:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 98%;
    margin-left: -11px;
    width: 22px;
    height: 145px;
    background: url(../images/honor-icon.png) no-repeat center;
    background-size: contain;
}
.swiper-container-honor .swiper-slide .tit {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    margin-top: 150px;
    overflow: visible;
    position: relative;
}
.swiper-container-honor .swiper-slide .tit:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    z-index: 3;
    position: relative;
}
.swiper-container-honor .swiper-slide .tit:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -11.5px;
    top: -4px;
    width: 23px;
    height: 23px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: 2;
}
.swiper-container-honor .swiper-slide-active .tit:before {
    background-color: #007dc4;
}
.swiper-container-honor .swiper-slide-active .tit:after {
    background-color: #fff;
}
.swp-bar {
    position: absolute;
    left: 0;
    bottom: 111px;
    width: 100%;
    border: solid 1px rgba(255, 255, 255, .2);
}
.com-swp-btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-swp-btn:focus {
    outline: none;
}
.com-swp-btn:hover {
    color: #007dc4;
}
.com-swp-prev {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*关于-生产环境*/
.swiper-container-hj {
    padding: 20px 0;
    margin-top: 28px;
}
.swiper-container-hj .swiper-slide {
    width: 450px;
}
.swiper-container-hj .page-swp {
    position: static;
    margin-top: 40px;
}



/*  产品详情 */
.detail-wrap {background-color: #f6f8fa;padding-top: 70px;padding-bottom: 80px;}
.proshow-box{background: #fff;padding: 28px 50px;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #e9e9e9;padding-bottom:0;overflow:hidden;background:#fff;}
.gallery li{height:460px;line-height:460px;}
.gallery img{width:100%;height: 460px;object-fit: contain;}
.proShow_R{width:75%;}
.proshow-font{width:50%;overflow:hidden;line-height:1.75;padding-left: 50px;padding-top: 3%;}
.proshow-font .title{
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #007dc4;
}
.proshow-font .title:after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background: #007dc4;
    margin-top: 30px;
    margin-bottom: 22px;
}
.proshow-font .font{
    font-size: 16px;
    letter-spacing: 1px;
    color: #484848;
    height: 170px;
    line-height: 2;
    margin-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    overflow: hidden;
}
.proshow-font .btn{overflow:hidden;}
.proshow-font .btn a{width:32%;max-width: 180px; height:48px;line-height:46px;float:left;text-align:center;border:1px solid #007dc4;color:#333;margin-bottom:10px;
    border-radius: 4px;font-size: 16px;-webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;}
.proshow-font .btn a ~ a{margin-left: 30px;}
/*.proshow-font .btn a:first-child {background:#007dc4;color:#fff;}*/
.proshow-font .btn a:hover{background:#007dc4;color:#fff;}
.protit{height:70px;line-height:70px;background: #fff; margin-bottom:40px;margin-top:40px;}
.protit span{display:inline-block;color:#fff;width: 300px;font-size:18px;background-color: #007dc4;text-align: center;}
.proshow-con .main {background: #fff;padding: 45px;font-size: 16px;line-height: 2;}
.proshow-con .main table {width: 100% !important;}
/*.proshow-con .main table tr:nth-child(2n) td {background: #f5f5f5}*/
.proshow-con .main table tr td {padding: 5px;line-height: 1.5;}
.proshow-xg {background: #fff;margin-top: 40px;padding: 70px 0;}
.swiper-container-proxg {margin-top: 48px;padding: 0 50px;}
.swiper-container-proxg .swiper-slide {
    border: solid 1px #c1c1c1;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.swiper-container-proxg .swiper-slide .tit {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.swiper-container-proxg .swiper-slide:hover {
    border-color: #007dc4;
}
.swiper-container-proxg .swiper-slide:hover .tit {
    color: #007dc4
}
.swiper-container-proxg .swp-next,
.swiper-container-proxg .swp-prev {
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #007dc4;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.swiper-container-proxg .swp-next {
    right: 0;
    left: auto;
}
.swiper-container-proxg .swp-next i,
.swiper-container-proxg .swp-prev i {
    font-size: 34px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-container-proxg .swp-next i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.swiper-container-proxg .swp-next:hover,
.swiper-container-proxg .swp-prev:hover {
    width: 60px;
}

/*案例详情*/
.gallery-case {
    width: 40%;
    padding-right: 50px;
}
.gallery-case li {
    height: auto;
    line-height: 1;
}
.gallery-case img {
    height: auto;
}
.caseshow-font {
    width: 60%;
    padding-top: 10px;
}
.caseshow-font .font {
    height: auto;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 20px;
}
.proshow-box {
    padding: 45px 50px;
}

